xen: arm: correct name of the dt node passed around when building dom0 DT
authorIan Campbell <ian.campbell@citrix.com>
Fri, 22 Nov 2013 15:25:18 +0000 (15:25 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 22 Nov 2013 16:31:28 +0000 (16:31 +0000)
commit9280f514c75e0ce5f470d2df8f1cd53ce5eabb16
tree8e6ca0ddf9617e78aacfb42b9a48d9bd1862e21c
parentd0c5781700a62d6024d9e765dec1d3657858c865
xen: arm: correct name of the dt node passed around when building dom0 DT

In the case of the GIC, timer and write_properties the argument is the node,
not the parent. Rename the argument to "node" in this case.

I think this stems from the use of the name "np" in other places (confusing
"node parent" for "node pointer").  Therefore replace all uses of "np" with
"node".

In addition in write_properties now that np=>node the name pp makes no sense.
Rename it to "prop".

No semantic change.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
xen/arch/arm/domain_build.c